home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / codigo / Strategy.txt < prev   
Text File  |  2006-12-20  |  25KB  |  499 lines

  1. stop();
  2.  
  3. ///////////////////////
  4.  
  5.  _root.secoes.estrategia.bot_1.onRelease = function() {
  6.        _root.secoes.tipo.gotoAndStop("jogar");
  7.        _root.nome = "Flash Chess 3D"; 
  8.        _root.secoes.descricoes.descricao.text =  "Essentially it's a chess game, but on 3D"; 
  9.        _root.controle = "Mouse left button - to move"; 
  10.        _root.comando = "run.app";
  11.        _root.licenca = "Feeware";
  12.        _root.caminho = "\\Strategy\\flash_chess_3d.swf";
  13.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\flash_chess_3d.swf";
  14.        loadMovie("interface\\imagens\\flash_chess_3d.jpg", "_root.secoes.descricoes.destino");
  15.    };
  16.    // -------
  17.  
  18.  _root.secoes.estrategia.bot_2.onRelease = function() {
  19.        _root.secoes.tipo.gotoAndStop("jogar");
  20.        _root.nome = "Chess"; 
  21.        _root.secoes.descricoes.descricao.text =  "Try out what you've learnt and win this tricky chess match"; 
  22.        _root.controle = "Mouse left button - to control"; 
  23.        _root.comando = "run.app";
  24.        _root.licenca = "Feeware";
  25.        _root.caminho = "\\Strategy\\chess.swf";
  26.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\chess.swf";
  27.        loadMovie("interface\\imagens\\chess.jpg", "_root.secoes.descricoes.destino");
  28.    };
  29.    // -------
  30.  
  31.  _root.secoes.estrategia.bot_3.onRelease = function() {
  32.        _root.secoes.tipo.gotoAndStop("jogar");
  33.        _root.nome = "Tomb Digger"; 
  34.        _root.secoes.descricoes.descricao.text =  "Get the treasure in the thumbs, but beware the zombies: They want your flesh"; 
  35.        _root.controle = "Arrow keys - to control"; 
  36.        _root.comando = "run.app";
  37.        _root.licenca = "Feeware";
  38.        _root.caminho = "\\Strategy\\tomb_digger.swf";
  39.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\tomb_digger.swf";
  40.        loadMovie("interface\\imagens\\tomb_digger.jpg", "_root.secoes.descricoes.destino");
  41.    };
  42.    // -------
  43.  
  44.  _root.secoes.estrategia.bot_4.onRelease = function() {
  45.        _root.secoes.tipo.gotoAndStop("jogar");
  46.        _root.nome = "Absolutist Jetpack"; 
  47.        _root.secoes.descricoes.descricao.text =  "Get all parts, build your own rocket and go back home"; 
  48.        _root.controle = "Arrow keys - to control"; 
  49.        _root.comando = "run.app";
  50.        _root.licenca = "Feeware";
  51.        _root.caminho = "\\Strategy\\absolutist_jetpack.swf";
  52.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\absolutist_jetpack.swf";
  53.        loadMovie("interface\\imagens\\absolutist_jetpack.jpg", "_root.secoes.descricoes.destino");
  54.    };
  55.    // -------
  56.  
  57.  _root.secoes.estrategia.bot_5.onRelease = function() {
  58.        _root.secoes.tipo.gotoAndStop("jogar");
  59.        _root.nome = "Antwar"; 
  60.        _root.secoes.descricoes.descricao.text =  "Find out the best way to make your colony grow up"; 
  61.        _root.controle = "Mouse left button - to select"; 
  62.        _root.comando = "run.app";
  63.        _root.licenca = "Feeware";
  64.        _root.caminho = "\\Strategy\\antwar.swf";
  65.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\antwar.swf";
  66.        loadMovie("interface\\imagens\\antwar.jpg", "_root.secoes.descricoes.destino");
  67.    };
  68.    // -------
  69.  
  70.  _root.secoes.estrategia.bot_6.onRelease = function() {
  71.        _root.secoes.tipo.gotoAndStop("jogar");
  72.        _root.nome = "Birdman"; 
  73.        _root.secoes.descricoes.descricao.text =  "Get all items and don't let the guards or your enemies see you"; 
  74.        _root.controle = "Mouse - to move"; 
  75.        _root.comando = "run.app";
  76.        _root.licenca = "Feeware";
  77.        _root.caminho = "\\Strategy\\birdman.swf";
  78.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\birdman.swf";
  79.        loadMovie("interface\\imagens\\birdman.jpg", "_root.secoes.descricoes.destino");
  80.    };
  81.    // -------
  82.  
  83.  _root.secoes.estrategia.bot_7.onRelease = function() {
  84.        _root.secoes.tipo.gotoAndStop("jogar");
  85.        _root.nome = "Blobfarm"; 
  86.        _root.secoes.descricoes.descricao.text =  "Save as many blobs you can, don't let them be infected by this contagious virus and, also, don't let anything fall over them"; 
  87.        _root.controle = "Mouse - to move - to select/move blobs"; 
  88.        _root.comando = "run.app";
  89.        _root.licenca = "Feeware";
  90.        _root.caminho = "\\Strategy\\blobfarm.swf";
  91.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\blobfarm.swf";
  92.        loadMovie("interface\\imagens\\blobfarm.jpg", "_root.secoes.descricoes.destino");
  93.    };
  94.    // -------
  95.  
  96.  _root.secoes.estrategia.bot_8.onRelease = function() {
  97.        _root.secoes.tipo.gotoAndStop("jogar");
  98.        _root.nome = "Pingo"; 
  99.        _root.secoes.descricoes.descricao.text =  "Find the correct way to move the objects in order to destroy them. Beware the bombs"; 
  100.        _root.controle = "Arrow keys - to control, Left and right arrow keys towards object - to move obstacles"; 
  101.        _root.comando = "run.app";
  102.        _root.licenca = "Feeware";
  103.        _root.caminho = "\\Strategy\\1309.swf";
  104.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\1309.swf";
  105.        loadMovie("interface\\imagens\\1309.jpg", "_root.secoes.descricoes.destino");
  106.    };
  107.    // -------
  108.  
  109.  _root.secoes.estrategia.bot_9.onRelease = function() {
  110.        _root.secoes.tipo.gotoAndStop("jogar");
  111.        _root.nome = "Chasm"; 
  112.        _root.secoes.descricoes.descricao.text =  "Find out the correct path to help your friend"; 
  113.        _root.controle = "Mouse - to control, Mouse left button - action key"; 
  114.        _root.comando = "run.app";
  115.        _root.licenca = "Feeware";
  116.        _root.caminho = "\\Strategy\\1464.swf";
  117.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\1464.swf";
  118.        loadMovie("interface\\imagens\\1464.jpg", "_root.secoes.descricoes.destino");
  119.    };
  120.    // -------
  121.  
  122.  _root.secoes.estrategia.bot_10.onRelease = function() {
  123.        _root.secoes.tipo.gotoAndStop("jogar");
  124.        _root.nome = "Ball head"; 
  125.        _root.secoes.descricoes.descricao.text =  "Your little friend's head likes to fly way. Help her to find it"; 
  126.        _root.controle = "Mouse - to control, Mouse left button - action key"; 
  127.        _root.comando = "run.app";
  128.        _root.licenca = "Feeware";
  129.        _root.caminho = "\\Strategy\\1560.swf";
  130.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\1560.swf";
  131.        loadMovie("interface\\imagens\\1560.jpg", "_root.secoes.descricoes.destino");
  132.    };
  133.    // -------
  134.  
  135.  _root.secoes.estrategia.bot_11.onRelease = function() {
  136.        _root.secoes.tipo.gotoAndStop("jogar");
  137.        _root.nome = "Maganic Wars"; 
  138.        _root.secoes.descricoes.descricao.text =  "Pick up your best card and throw it against your adversary"; 
  139.        _root.controle = "Mouse left button - to play"; 
  140.        _root.comando = "run.app";
  141.        _root.licenca = "Feeware";
  142.        _root.caminho = "\\Strategy\\Maganic_Wars.swf";
  143.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Maganic_Wars.swf";
  144.        loadMovie("interface\\imagens\\Maganic_Wars.jpg", "_root.secoes.descricoes.destino");
  145.    };
  146.    // -------
  147.  
  148.  _root.secoes.estrategia.bot_12.onRelease = function() {
  149.        _root.secoes.tipo.gotoAndStop("joga");
  150.        _root.nome = "Mex"; 
  151.        _root.secoes.descricoes.descricao.text =  "You are the leader of this three cyborgs army and must defeat the opponent team"; 
  152.        _root.controle = "Mouse left button - to play"; 
  153.        _root.comando = "shellopen";
  154.        _root.licenca = "Feeware";
  155.        _root.caminho = "\\Strategy\\Mex\\game.htm";
  156.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Mex\\game.htm";
  157.        loadMovie("interface\\imagens\\Mex.jpg", "_root.secoes.descricoes.destino");
  158.    };
  159.    // -------
  160.  
  161.  _root.secoes.estrategia.bot_13.onRelease = function() {
  162.        _root.secoes.tipo.gotoAndStop("jogar");
  163.        _root.nome = "Red Devil RPG1"; 
  164.        _root.secoes.descricoes.descricao.text =  "Help the girl to discover this RPG secret"; 
  165.        _root.controle = "Arrow keys - to control, Enter - action key"; 
  166.        _root.comando = "run.app";
  167.        _root.licenca = "Feeware";
  168.        _root.caminho = "\\Strategy\\Red_Devil_RPG1.swf";
  169.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Red_Devil_RPG1.swf";
  170.        loadMovie("interface\\imagens\\Red_Devil_RPG1.jpg", "_root.secoes.descricoes.destino");
  171.    };
  172.    // -------
  173.  
  174.  _root.secoes.estrategia.bot_14.onRelease = function() {
  175.        _root.secoes.tipo.gotoAndStop("jogar");
  176.        _root.nome = "Tank Wars"; 
  177.        _root.secoes.descricoes.descricao.text =  "A funny game based on the classic Worms"; 
  178.        _root.controle = "Arrow keys - to control, Space bar - to shoot"; 
  179.        _root.comando = "run.app";
  180.        _root.licenca = "Feeware";
  181.        _root.caminho = "\\Strategy\\Tank_Wars.swf";
  182.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Tank_Wars.swf";
  183.        loadMovie("interface\\imagens\\Tank_Wars.jpg", "_root.secoes.descricoes.destino");
  184.    };
  185.    // -------
  186.  
  187.  _root.secoes.estrategia.bot_15.onRelease = function() {
  188.        _root.secoes.tipo.gotoAndStop("jogar");
  189.        _root.nome = "Universe 1 Teralae"; 
  190.        _root.secoes.descricoes.descricao.text =  "Your final goal is to vanquish Teralae star"; 
  191.        _root.controle = "Mouse - to select options, Keyboard - to control ship"; 
  192.        _root.comando = "run.app";
  193.        _root.licenca = "Feeware";
  194.        _root.caminho = "\\Strategy\\Universe_1_Teralae.swf";
  195.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Universe_1_Teralae.swf";
  196.        loadMovie("interface\\imagens\\Universe_1_Teralae.jpg", "_root.secoes.descricoes.destino");
  197.    };
  198.    // -------
  199.  
  200.  _root.secoes.estrategia.bot_16.onRelease = function() {
  201.        _root.secoes.tipo.gotoAndStop("jogar");
  202.        _root.nome = "Universe 2 Andromeda"; 
  203.        _root.secoes.descricoes.descricao.text =  "Capture Andromeda constellation"; 
  204.        _root.controle = "Mouse - to select options, Keyboard - to control ship"; 
  205.        _root.comando = "run.app";
  206.        _root.licenca = "Feeware";
  207.        _root.caminho = "\\Strategy\\Universe_2_Andromeda.swf";
  208.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Universe_2_Andromeda.swf";
  209.        loadMovie("interface\\imagens\\Universe_2_Andromeda.jpg", "_root.secoes.descricoes.destino");
  210.    };
  211.    // -------
  212.  
  213.  _root.secoes.estrategia.bot_17.onRelease = function() {
  214.        _root.secoes.tipo.gotoAndStop("joga");
  215.        _root.nome = "Penguin Push"; 
  216.        _root.secoes.descricoes.descricao.text =  "Create your strategy to put each box in its place, but be careful: Any mistake and you will start all over"; 
  217.        _root.controle = "Arrow keys - to control"; 
  218.        _root.comando = "run.app";
  219.        _root.licenca = "Feeware";
  220.        _root.caminho = "\\Strategy\\PenguinPush.exe";
  221.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\PenguinPush.exe";
  222.        loadMovie("interface\\imagens\\PenguinPush.jpg", "_root.secoes.descricoes.destino");
  223.    };
  224.    // -------
  225.  
  226.  _root.secoes.estrategia.bot_18.onRelease = function() {
  227.        _root.secoes.tipo.gotoAndStop("joga");
  228.        _root.nome = "Crates 3D"; 
  229.        _root.secoes.descricoes.descricao.text =  "Create your strategy and put each box in its places"; 
  230.        _root.controle = "Arrow keys - to control"; 
  231.        _root.comando = "run.app";
  232.        _root.licenca = "Feeware";
  233.        _root.caminho = "\\Strategy\\Crates3D.exe";
  234.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Crates3D.exe";
  235.        loadMovie("interface\\imagens\\Crates3D.jpg", "_root.secoes.descricoes.destino");
  236.    };
  237.    // -------
  238.  
  239.  _root.secoes.estrategia.bot_19.onRelease = function() {
  240.        _root.secoes.tipo.gotoAndStop("joga");
  241.        _root.nome = "Shove It"; 
  242.        _root.secoes.descricoes.descricao.text =  "Create your strategy and put each rock in its places"; 
  243.        _root.controle = "Arrow keys - to control"; 
  244.        _root.comando = "run.app";
  245.        _root.licenca = "Demo";
  246.        _root.caminho = "\\Strategy\\shoveit.exe";
  247.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\shoveit.exe";
  248.        loadMovie("interface\\imagens\\shoveit.jpg", "_root.secoes.descricoes.destino");
  249.    };
  250.    // -------
  251.  
  252.  _root.secoes.estrategia.bot_20.onRelease = function() {
  253.        _root.secoes.tipo.gotoAndStop("joga");
  254.        _root.nome = "Crypt Raider"; 
  255.        _root.secoes.descricoes.descricao.text =  "Drive the blue sphere to the portal"; 
  256.        _root.controle = "Arrow keys - to control"; 
  257.        _root.comando = "run.app";
  258.        _root.licenca = "Feeware";
  259.        _root.caminho = "\\Strategy\\cryptraider.exe";
  260.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\cryptraider.exe";
  261.        loadMovie("interface\\imagens\\cryptraider.jpg", "_root.secoes.descricoes.destino");
  262.    };
  263.    // -------
  264.  
  265.  _root.secoes.estrategia.bot_21.onRelease = function() {
  266.        _root.secoes.tipo.gotoAndStop("jogar");
  267.        _root.nome = "Sarvik"; 
  268.        _root.secoes.descricoes.descricao.text =  "Help the little doll to get all diamonds and go to next level"; 
  269.        _root.controle = "Arrow keys - to control"; 
  270.        _root.comando = "run.app";
  271.        _root.licenca = "Feeware";
  272.        _root.caminho = "\\Strategy\\Sarvik.swf";
  273.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Sarvik.swf";
  274.        loadMovie("interface\\imagens\\Sarvik.jpg", "_root.secoes.descricoes.destino");
  275.    };
  276.    // -------
  277.  
  278.  _root.secoes.estrategia.bot_22.onRelease = function() {
  279.        _root.secoes.tipo.gotoAndStop("jogar");
  280.        _root.nome = "Connect"; 
  281.        _root.secoes.descricoes.descricao.text =  "Line up four identically colored balls. The winner is the first one to do that"; 
  282.        _root.controle = "Mouse left button - to play"; 
  283.        _root.comando = "run.app";
  284.        _root.licenca = "Feeware";
  285.        _root.caminho = "\\Strategy\\Connect.swf";
  286.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Connect.swf";
  287.        loadMovie("interface\\imagens\\Connect.jpg", "_root.secoes.descricoes.destino");
  288.    };
  289.    // -------
  290.  
  291.  _root.secoes.estrategia.bot_23.onRelease = function() {
  292.        _root.secoes.tipo.gotoAndStop("jogar");
  293.        _root.nome = "Hell Crash"; 
  294.        _root.secoes.descricoes.descricao.text =  "Get to the portal and never hit the walls"; 
  295.        _root.controle = "Arrow keys - to move bar"; 
  296.        _root.comando = "run.app";
  297.        _root.licenca = "Feeware";
  298.        _root.caminho = "\\Strategy\\HellCrash.swf";
  299.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\HellCrash.swf";
  300.        loadMovie("interface\\imagens\\HellCrash.jpg", "_root.secoes.descricoes.destino");
  301.    };
  302.    // -------
  303.  
  304.  _root.secoes.estrategia.bot_24.onRelease = function() {
  305.        _root.secoes.tipo.gotoAndStop("jogar");
  306.        _root.nome = "Four Sight"; 
  307.        _root.secoes.descricoes.descricao.text =  "Put four balls (one in each board) in the same place"; 
  308.        _root.controle = "Mouse left button - to play"; 
  309.        _root.comando = "run.app";
  310.        _root.licenca = "Feeware";
  311.        _root.caminho = "\\Strategy\\FourSight.swf";
  312.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\FourSight.swf";
  313.        loadMovie("interface\\imagens\\FourSight.jpg", "_root.secoes.descricoes.destino");
  314.    };
  315.    // -------
  316.  
  317.  _root.secoes.estrategia.bot_25.onRelease = function() {
  318.        _root.secoes.tipo.gotoAndStop("jogar");
  319.        _root.nome = "High Way"; 
  320.        _root.secoes.descricoes.descricao.text =  "Move until the main car finds the way out"; 
  321.        _root.controle = "Mouse left button - to play"; 
  322.        _root.comando = "run.app";
  323.        _root.licenca = "Feeware";
  324.        _root.caminho = "\\Strategy\\HighWay.swf";
  325.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\HighWay.swf";
  326.        loadMovie("interface\\imagens\\HighWay.jpg", "_root.secoes.descricoes.destino");
  327.    };
  328.    // -------
  329.  
  330.  _root.secoes.estrategia.bot_26.onRelease = function() {
  331.        _root.secoes.tipo.gotoAndStop("jogar");
  332.        _root.nome = "Insectopia"; 
  333.        _root.secoes.descricoes.descricao.text =  "Eat the flowers to go to next level, but that's not an easy task"; 
  334.        _root.controle = "Arrow keys - to move pieces"; 
  335.        _root.comando = "run.app";
  336.        _root.licenca = "Feeware";
  337.        _root.caminho = "\\Strategy\\Insectopia.swf";
  338.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Insectopia.swf";
  339.        loadMovie("interface\\imagens\\Insectopia.jpg", "_root.secoes.descricoes.destino");
  340.    };
  341.    // -------
  342.  
  343.  _root.secoes.estrategia.bot_27.onRelease = function() {
  344.        _root.secoes.tipo.gotoAndStop("jogar");
  345.        _root.nome = "Klax"; 
  346.        _root.secoes.descricoes.descricao.text =  "Line up three or more tiles in a row"; 
  347.        _root.controle = "Arrow keys - to move blocks"; 
  348.        _root.comando = "run.app";
  349.        _root.licenca = "Feeware";
  350.        _root.caminho = "\\Strategy\\Klax.swf";
  351.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Klax.swf";
  352.        loadMovie("interface\\imagens\\Klax.jpg", "_root.secoes.descricoes.destino");
  353.    };
  354.    // -------
  355.  
  356.  _root.secoes.estrategia.bot_28.onRelease = function() {
  357.        _root.secoes.tipo.gotoAndStop("jogar");
  358.        _root.nome = "Mah Jongg 2"; 
  359.        _root.secoes.descricoes.descricao.text =  "Find equal pairs to eliminate them from the pile"; 
  360.        _root.controle = "Mouse left button - to play"; 
  361.        _root.comando = "run.app";
  362.        _root.licenca = "Feeware";
  363.        _root.caminho = "\\Strategy\\MahJongg2.swf";
  364.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\MahJongg2.swf";
  365.        loadMovie("interface\\imagens\\MahJongg2.jpg", "_root.secoes.descricoes.destino");
  366.    };
  367.    // -------
  368.  
  369.  _root.secoes.estrategia.bot_29.onRelease = function() {
  370.        _root.secoes.tipo.gotoAndStop("jogar");
  371.        _root.nome = "Mastermind 3"; 
  372.        _root.secoes.descricoes.descricao.text =  "Are you good in guessing? Then try and find out the correct combination of colors"; 
  373.        _root.controle = "Mouse left button - to play"; 
  374.        _root.comando = "run.app";
  375.        _root.licenca = "Feeware";
  376.        _root.caminho = "\\Strategy\\Mastermind3.swf";
  377.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Mastermind3.swf";
  378.        loadMovie("interface\\imagens\\Mastermind3.jpg", "_root.secoes.descricoes.destino");
  379.    };
  380.    // -------
  381.  
  382.  _root.secoes.estrategia.bot_30.onRelease = function() {
  383.        _root.secoes.tipo.gotoAndStop("jogar");
  384.        _root.nome = "Panic Pipes"; 
  385.        _root.secoes.descricoes.descricao.text =  "Connect the hose to the hydrant "; 
  386.        _root.controle = "Mouse left button - to play"; 
  387.        _root.comando = "run.app";
  388.        _root.licenca = "Feeware";
  389.        _root.caminho = "\\Strategy\\PanicPipes.swf";
  390.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\PanicPipes.swf";
  391.        loadMovie("interface\\imagens\\PanicPipes.jpg", "_root.secoes.descricoes.destino");
  392.    };
  393.    // -------
  394.  
  395.  _root.secoes.estrategia.bot_31.onRelease = function() {
  396.        _root.secoes.tipo.gotoAndStop("jogar");
  397.        _root.nome = "Ratsuk"; 
  398.        _root.secoes.descricoes.descricao.text =  "Just like in the Chess game, the Horse moves in L. Corner you enemy so he can't get away"; 
  399.        _root.controle = "Mouse left button - to play"; 
  400.        _root.comando = "run.app";
  401.        _root.licenca = "Feeware";
  402.        _root.caminho = "\\Strategy\\Ratsuk.swf";
  403.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Ratsuk.swf";
  404.        loadMovie("interface\\imagens\\Ratsuk.jpg", "_root.secoes.descricoes.destino");
  405.    };
  406.    // -------
  407.  
  408.  _root.secoes.estrategia.bot_32.onRelease = function() {
  409.        _root.secoes.tipo.gotoAndStop("jogar");
  410.        _root.nome = "Tic Tac Toe"; 
  411.        _root.secoes.descricoes.descricao.text =  "Missing Tic-Tac-Toe? Line up identically symbols "; 
  412.        _root.controle = "Mouse left button - to play"; 
  413.        _root.comando = "run.app";
  414.        _root.licenca = "Feeware";
  415.        _root.caminho = "\\Strategy\\tictactoe.swf";
  416.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\tictactoe.swf";
  417.        loadMovie("interface\\imagens\\tictactoe.jpg", "_root.secoes.descricoes.destino");
  418.    };
  419.    // -------
  420.  
  421.  _root.secoes.estrategia.bot_33.onRelease = function() {
  422.        _root.secoes.tipo.gotoAndStop("jogar");
  423.        _root.nome = "Morpions-Tic-Tac-Toe"; 
  424.        _root.secoes.descricoes.descricao.text =  "The good old Tic-Tac-Toe is back"; 
  425.        _root.controle = "Mouse left button - to play"; 
  426.        _root.comando = "run.app";
  427.        _root.licenca = "Feeware";
  428.        _root.caminho = "\\Strategy\\Morpions-Tic-Tac-Toe.swf";
  429.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Morpions-Tic-Tac-Toe.swf";
  430.        loadMovie("interface\\imagens\\Morpions-Tic-Tac-Toe.jpg", "_root.secoes.descricoes.destino");
  431.    };
  432.    // -------
  433.  
  434.  _root.secoes.estrategia.bot_34.onRelease = function() {
  435.        _root.secoes.tipo.gotoAndStop("jogar");
  436.        _root.nome = "Tic-Tac-Toe 3"; 
  437.        _root.secoes.descricoes.descricao.text =  "Neat graphics for the old Tic-Tac-Toe"; 
  438.        _root.controle = "Mouse left button - to play"; 
  439.        _root.comando = "run.app";
  440.        _root.licenca = "Feeware";
  441.        _root.caminho = "\\Strategy\\Tic-Tac-Toe 3.swf";
  442.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Tic-Tac-Toe 3.swf";
  443.        loadMovie("interface\\imagens\\Tic-Tac-Toe-3.jpg", "_root.secoes.descricoes.destino");
  444.    };
  445.    // -------
  446.  
  447.  _root.secoes.estrategia.bot_35.onRelease = function() {
  448.        _root.secoes.tipo.gotoAndStop("jogar");
  449.        _root.nome = "Garbage Man"; 
  450.        _root.secoes.descricoes.descricao.text =  "Get all items, escape the bombs and go to next level"; 
  451.        _root.controle = "Arrow keys - to control"; 
  452.        _root.comando = "run.app";
  453.        _root.licenca = "Feeware";
  454.        _root.caminho = "\\Strategy\\garbageman.swf";
  455.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\garbageman.swf";
  456.        loadMovie("interface\\imagens\\garbageman.jpg", "_root.secoes.descricoes.destino");
  457.    };
  458.    // -------
  459.  
  460.  _root.secoes.estrategia.bot_36.onRelease = function() {
  461.        _root.secoes.tipo.gotoAndStop("jogar");
  462.        _root.nome = "BrainDrop"; 
  463.        _root.secoes.descricoes.descricao.text =  "Move the blocks so the yellow ball falls down before the gray ones"; 
  464.        _root.controle = "Mouse left button - to play"; 
  465.        _root.comando = "run.app";
  466.        _root.licenca = "Feeware";
  467.        _root.caminho = "\\Strategy\\braindrop.swf";
  468.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\braindrop.swf";
  469.        loadMovie("interface\\imagens\\braindrop.jpg", "_root.secoes.descricoes.destino");
  470.    };
  471.    // -------
  472.  
  473.  _root.secoes.estrategia.bot_37.onRelease = function() {
  474.        _root.secoes.tipo.gotoAndStop("jogar");
  475.        _root.nome = "Orbox"; 
  476.        _root.secoes.descricoes.descricao.text =  "Go around the block until you complete your mission"; 
  477.        _root.controle = "Arrow keys - to move blocks"; 
  478.        _root.comando = "run.app";
  479.        _root.licenca = "Feeware";
  480.        _root.caminho = "\\Strategy\\orbox.swf";
  481.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\orbox.swf";
  482.        loadMovie("interface\\imagens\\orbox.jpg", "_root.secoes.descricoes.destino");
  483.    };
  484.    // -------
  485.  
  486.  _root.secoes.estrategia.bot_38.onRelease = function() {
  487.        _root.secoes.tipo.gotoAndStop("jogar");
  488.        _root.nome = "Desert"; 
  489.        _root.secoes.descricoes.descricao.text =  "Help the kids to get away from where they are"; 
  490.        _root.controle = "Mouse - to select objects"; 
  491.        _root.comando = "run.app";
  492.        _root.licenca = "Feeware";
  493.        _root.caminho = "\\Strategy\\Desert\\desert.swf";
  494.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Strategy\\Desert\\desert.swf";
  495.        loadMovie("interface\\imagens\\desert.jpg", "_root.secoes.descricoes.destino");
  496.    };
  497.    // -------
  498.  
  499.